home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / mfc / mfcvbxms / readme.txt < prev    next >
Encoding:
Text File  |  1993-03-29  |  744 b   |  21 lines

  1. This sample demonstrates how to write a VBX control using MFC 2.0.
  2. This sample uses _USRDLL. This enables this sample to be used used
  3. by MFC and VB applications.  Using _AFXDLL will restrict this sample
  4. to be used only by MFC applications.
  5.  
  6. It is important that the MODEL, Property and Event structures be
  7. declared NEAR in order for this control to work correctly.  It is
  8. also important that you create an object of a class derived from
  9. CWinApp.  This allows some MFC initializations to take place.  
  10.  
  11. Depressing the left button inside the control when your application
  12. is executing will display a message box indicating the point of your
  13. mouse click.
  14.  
  15. For more information on _USRDLL and _AFXDLL refer to technote 33.
  16.  
  17.  
  18.  
  19.  
  20.  
  21.